ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / C1RestrictChildrenAttribute Class / C1RestrictChildrenAttribute Constructor / C1RestrictChildrenAttribute Constructor(String,String[])

In This Topic
    C1RestrictChildrenAttribute Constructor(String,String[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tagName As String, _
       ByVal ParamArray tagNames() As String _
    )
    public C1RestrictChildrenAttribute( 
       string tagName,
       params string[] tagNames
    )

    Parameters

    tagName
    tagNames
    See Also